Skip to main content

SubFlowCall Constructors

An object defining constructors for the SubFlowCall class.

SubFlowCall(name, workflowData, workflowCodeInstance)

Constructor for the SubFlowCall class. Initializes a new instance of the SubFlowCall class.

Parameters:

name (required): string
The name of the flow object.

workflowData (required): IRuntimeWorkflowData
The workflow data associated with the flow object.

workflowCodeInstance (optional): IWorkflowCode
The optional workflow code instance.


SubFlowCall(name, workflowData, workflowCodeInstance)

Constructor for the SubFlowCall class. Initializes a new instance of the SubFlowCall class.

Parameters:

name (required): string
The name of the sub-flow call step.

workflowData (required): IRuntimeWorkflowData
The workflow data associated with the sub-flow.

workflowCodeInstance (optional): IWorkflowCode
The optional workflow code instance.